
.outer{
    width: 100%;
    height: 45px;
    background-color: pink;
}
.class{
    width: 100%;
    height: 50px;
    background-color: blue;
}
